Xref: mork rec.games.hack:14690 news.answers:1162 Newsgroups: rec.games.hack,news.answers Path: mork!netcomsv!decwrl!elroy.jpl.nasa.gov!nntp-server.caltech.edu!yucao From: yucao@cco.caltech.edu (Yu Cao) Subject: [rec.games.hack] Frequently Asked Questions (WEEKLY) Message-ID: Followup-To: rec.games.hack Supersedes: Organization: California Institute of Technology, Pasadena Date: Wed, 29 Apr 1992 07:00:13 GMT Approved: news-answers-request@MIT.Edu Expires: Tue, 19 May 1992 07:00:05 GMT Archive-name: nethack-faq Last-modified: 9 Apr 1992 (4/09/92 - VMS SPAN and ftp info updated) (2/14/92 - WCST Spoiler directory location in comp.sources.games added) ----------------------------------------------------------------- NOTE: E-mail your FAQ suggestions and corrections to: yucao@cco.caltech.edu I am not a member of the development team, nor am I an expert. If you don't see an answer to your question here, please, post an article. "What is NetHack?" NetHack is a single-user, fantasy role-playing computer game, and a direct descendant of the games Hack and Rogue. The "Net" in NetHack refers to its development by a team of programmers here in the USENet community. "What is the latest version?" NetHack 3.0j {or 3.0 patchlevel 10, 3.0.10} "Where do I get it from (source code and executable files)?" FTP: linc.cis.upenn.edu pub/NH3.0/* {130.91.6.8} Official site for source and PC/AMIGA/ATARI/OS2/MAC binaries. FTP instructions are at the bottom of this article. UUCP: ftp.uu.net or other sites that keep comp.sources.games archives. VMS: NSI/DECnet(SPAN) from ACDURS::SYS$LCL:[SRC.NETHACK] {or 9583::} or anonymous ftp from uars.acd.ucar.edu in [.SRC.NETHACK]. COMPUSERVE: The GAMERS Forum library. "Who do I contact to report a bug or to get installation help?" nethack-bugs@linc.cis.upenn.edu "Where do i go for more information on playing the game?" o during play: "?" and "/" commands, fortune cookies and the Oracle. o The guidebook which accompanies the game. o Explore-mode: nethack -X {you start with a wand of wishing} "Where can I get spoilers from? o Articles posted on rec.games.hack. (The standard behavior is to insert a ctrl-L character before the spoiler so that those who wish avoid them can skip the article.) o The WCST Nethack Spoiler File. Available at sites that archive comp.sources.games, and in the Compuserve GAMERS Forumlibrary. The latest release is version 7.00. You can find it at sites that archive comp.sources.games in directory: comp.sources.games/volume13/nh-spoilers3 "What is Wizard mode, and how do I use it?" The game maintainer can use wizard-mode as a debugging aid. Try: "nethack -u wizard -D" or "nethack -uWizard -D" "I've undergone a Name Change and then saved the game. How do I restore the game?" In most implementations you have to tell the game your new name, as in: "nethack -u " "I've cleaned out the castle, where are the downstairs?" Part of the challenge of nethack is figuring out mysteries like this. Relax! This is intentional! There is a way... "The Dungeon collapsed. Can I recover this game?" Find the panic save file (*.e), if it exists, and remove the ".e" suffix. If the file exists, it is likely, but not guaranteed, to work after renaming. If the file does not exist, the game cannot be recovered, even if all the level files remain, because the player information is not in any of those files. "When will the next version be released and what will be different?" No information is available at this time. Thank you for your patience. ----------------------------------------------------------------- Basic FTP instructions If your machine is directly connected to internet, you can obtain the source code and official binary releases for some popular computers. Type in the command: ftp linc.cis.upenn.edu You will be connected to upenn, and it will prompt for a username. Type in the username: anonymous Use your e-mail address for a password, such as: boris@moose.squirrel.whatsammata.edu Paying attention to upper and lower case, change directories to the Nethack base directory, by typing: cd pub/NH3.0 This directory contains the source and instructions for compiling and installing Nethack on a variety of machines. You might want to first obtain the READ_FIRST file that's in this directory. Try either one of these two commands: get READ_FIRST get READ_FIRST _____.____ {use any local file name you like} If you want to know what files are available in any directory, type: dir If you want a binary version of NetHack, type in one of the following commands: cd PC cd os2 cd mac cd amiga cd atari Each of these directories contain the binaries and instructions for installation. Use the DIR command, and get the README file first. Regardless what version you want, you'll need to know that there are two ways to transfer, in "ascii" or in "binary" mode. By default, you're already in ascii mode. If you wish to transfer binary files, type: binary To switch to binary mode. If you need to switch back, type: ascii As you've seen above, you get files by typing one of these commands: get get mget If your local system can handle Unix file structures, you can get all the source and instructions by typing: mget * To leave your FTP session, type: quit Files that end with either "...uu" or "...uue" are files in Unix "uuencode" format. These are binary files encoded into ascii format, and must be decoded by a Unix "uudecode" command. There are versions of uudecode for many platforms. Check with your system administrator, local BBS, etc. Also, the Nethack source files are all of the form: .tar.Z.uu Once uudecoded, require two additional Unix programs, "uncompress" (the 'Z' means compressed), and "tar". Like uudecode, there are versions of these programs for other platforms. -- Yu Cao yucao@cco.caltech.edu Caltech 103-33 818-451-0690 Pasadena, CA 91125